func reflect.mapaccess_faststr

2 uses

	reflect (current package)
		value.go#L1754: 		e = mapaccess_faststr(v.typ(), v.pointer(), k)
		value.go#L3820: func mapaccess_faststr(t *abi.Type, m unsafe.Pointer, key string) (val unsafe.Pointer)